home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / DIConfig / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  476 b   |  19 lines

  1. //-----------------------------------------------------------------------------
  2. // File: main.h
  3. //
  4. // Desc: Contains global data and DllMain.
  5. //
  6. // Copyright (C) 1999-2001 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __CFGUI_MAIN_H__
  10. #define __CFGUI_MAIN_H__
  11.  
  12.  
  13. extern HMODULE g_hModule;
  14. extern long g_cComponents;
  15. extern long g_cServerLocks;
  16.  
  17.  
  18. #endif //__CFGUI_MAIN_H__
  19.